OAuth
PHP Manual

OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Descripción

public bool OAuth::setNonce ( string $nonce )

Sets the nonce for all subsequent requests.

Lista de parámetros

nonce

The value for oauth_nonce.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Ver también


OAuth
PHP Manual